home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / jukebox / 00010.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  128 b   |  9 lines

  1. on exitFrame
  2.   global jukemessage
  3.   if jukemessage = "forget" then
  4.     killmyself()
  5.   end if
  6.   unLoadCast()
  7.   go(the frame)
  8. end
  9.